home *** CD-ROM | disk | FTP | other *** search
/ Tech Arsenal 1 / Tech Arsenal (Arsenal Computer).ISO / tek-20 / nosvw.zip / HOP < prev    next >
Text File  |  1991-09-18  |  2KB  |  57 lines

  1. ===                                                 NOSview [137]
  2. hop
  3. ===
  4.  
  5. The 'hop' commands are used to test the connectivity of the
  6. network.
  7.  
  8. _________________________________________________________________
  9. hop check <host>
  10. _________________________________________________________________
  11. Initiate a hop check session to the specified host.  This uses a
  12. series of UDP "probe" packets with increasing IP time-to-live
  13. (TTL) fields to determine the sequence of gateways in the path to
  14. the specified destination.  This function is patterned after the
  15. UNIX 'traceroute' facility.
  16.  
  17. ICMP message tracing should be turned off before this command is
  18. executed (see the 'icmp trace' command).
  19.  
  20. >> Example:  hop check ns9liz
  21.  
  22.  
  23. _________________________________________________________________
  24. hop maxttl [<hops>]                                   Default: 30
  25. _________________________________________________________________
  26. Display or set the maximum TTL value to be used in hop check
  27. sessions.  This effectively bounds the radius of the search.
  28.  
  29. >> Example:  hop maxttl 10
  30.  
  31.  
  32. _________________________________________________________________
  33. hop maxwait [<seconds>]                                Default: 5
  34. _________________________________________________________________
  35. Display or set the maximum interval that a hop check session will
  36. wait for responses at each stage of the trace.
  37.  
  38. >> Example: hop maxwait 60
  39.  
  40.  
  41. _________________________________________________________________
  42. hop queries [<count>]                                  Default: 3
  43. _________________________________________________________________
  44. Display or set the number of UDP probes that will be sent at each
  45. stage of the trace.
  46.  
  47. >> Example:  hop queries 2
  48.  
  49.  
  50. _________________________________________________________________
  51. hop trace [on | off]                                 Default: off
  52. _________________________________________________________________
  53. Display or set the flag that controls the display of additional
  54. information during a hop check session.
  55.  
  56. >> Example:  hop trace on
  57.